home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / SharedMemory-fake.cc,v < prev    next >
Text File  |  1989-02-20  |  1KB  |  87 lines

  1. head     3.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 3.2
  10. date     89.02.20.15.37.20;  author grunwald;  state Exp;
  11. branches ;
  12. next     3.1;
  13.  
  14. 3.1
  15. date     88.12.20.13.49.13;  author grunwald;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     88.10.30.13.04.36;  author grunwald;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     88.09.28.22.13.34;  author grunwald;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 3.2
  35. log
  36. @Start using Gnu library heaps for schedulers
  37. @
  38. text
  39. @// This may look like C code, but it is really -*- C++ -*-
  40. // 
  41. // Copyright (C) 1988 University of Illinois, Urbana, Illinois
  42. //
  43. // written by Dirk Grunwald (grunwald@@cs.uiuc.edu)
  44. //
  45. #include "SharedMemory.h"
  46.  
  47. //
  48. //    Not really a part of CpuMultiplexor, but used by it & hidden here.
  49. //
  50. void
  51. SharedMemoryInit( unsigned )
  52. {
  53.     // Don't really do anything
  54. }
  55. @
  56.  
  57.  
  58. 3.1
  59. log
  60. @Steay version
  61. @
  62. text
  63. @d13 1
  64. a13 1
  65. SharedMemoryInit( unsigned extra )
  66. @
  67.  
  68.  
  69. 1.2
  70. log
  71. @*** empty log message ***
  72. @
  73. text
  74. @@
  75.  
  76.  
  77. 1.1
  78. log
  79. @Initial revision
  80. @
  81. text
  82. @d1 6
  83. d10 1
  84. a10 1
  85. //    Not really a part of HardwareCpu, but used by it & hidden here.
  86. @
  87.